PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DAnimationStyle Enumeration
In This Topic
    PDF3DAnimationStyle Enumeration
    In This Topic
    Defines the supported animation styles.
    Members
    MemberDescription
    LINEARKeyframe animations are driven linearly from beginning to end. This animation style results in a repetitive playthrough of the animation, such as in a walking motion.
    NONEKeyframe animations should not be driven directly by the viewer application. This value is used by documents that are intended to drive animations through an alternate means, such as JavaScript.
    OSCILLATINGKeyframe animations should oscillate along their time range. This animation style results in a back-and-forth playing of the animation, such as exploding or collapsing parts.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.annotations.a3d.PDF3DAnimationStyle

    See Also